From: Jim Blandy Date: Fri, 14 May 1993 14:27:17 +0000 (+0000) Subject: * configure.in: Call AC_STDC_HEADERS. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96285 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d855a60363bc4116e186bf5d3e4335f6c88f4871;p=emacs.git * configure.in: Call AC_STDC_HEADERS. --- diff --git a/configure1.in b/configure1.in index 4ea389dd675..a662465509a 100755 --- a/configure1.in +++ b/configure1.in @@ -819,6 +819,7 @@ fi AC_LN_S AC_PROG_CPP AC_HAVE_HEADERS(sys/timeb.h sys/time.h) +AC_STDC_HEADERS AC_RETSIGTYPE AC_ALLOCA AC_HAVE_FUNCS(gettimeofday gethostname dup2)